home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / proto / ifconfig.h next >
C/C++ Source or Header  |  2002-09-16  |  647b  |  29 lines

  1. #ifndef PROTO_IFCONFIG_H
  2. #define PROTO_IFCONFIG_H \
  3.        "$Id: ifconfig.h,v 1.1.1.1 2001/11/26 22:21:18 tboeckel Exp $"
  4. /*
  5.  *    SAS C prototypes for ifconfig.library
  6.  *
  7.  *      Copyright © 1995 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. #ifndef __NOLIBBASE__       
  17. extern struct Library *IfConfigBase;
  18. #endif
  19.  
  20. #include <libraries/ifconfig.h>
  21. #include <clib/ifconfig_protos.h>
  22. #if __SASC
  23. #include <pragmas/ifconfig_pragmas.h>
  24. #elif __GNUC__
  25. #include <inline/ifconfig.h>
  26. #endif
  27.  
  28. #endif /* PROTO_IFCONFIG_H */
  29.